KREDOR Business Object Framework Documentation

SelectFrom<T>.OrderBy Method (String, OrderDirection)

Appends the specified ORDER BY clause to the current SelectFrom`1 instance.

public SelectFrom<T> OrderBy(
   String column,
   OrderDirection direction
);

Parameters

String
The name of the column by which to order.
OrderDirection
The direction of the ordering (Ascending or Descending).

Return Value

A Kredor.BO.SelectFrom instance

See Also

SelectFrom<T> Class | Kredor.BO Namespace | SelectFrom<T>.OrderBy Overload List | OrderDirection